home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / HDS 3.02 / HDS / hdsopen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-12  |  428 b   |  12 lines  |  [TEXT/MPS ]

  1. /*
  2.     Datei:    hdsopen.h                                                      
  3.     Zweck:    Prototypen der Datei hdsopen.c                                 
  4.             MkProto, Generator für Prototypen und andere
  5.             Moduldefinitionen aus einer Implementierungsdatei (.c). */
  6.  
  7. extern char *FSZone;
  8. extern char *hdsopen (FILESPEC *fs, int ronly);
  9. extern char *hdscreat (FILESPEC *fs);
  10. extern void hdsclose (void);
  11. extern void hdsswtch (char *hds);
  12.